AxisMenuCustomAction
Index
Column | Column |
---|---|
AxisMenuCustomAction.icon | AxisMenuCustomAction.id |
AxisMenuCustomAction.label | AxisMenuCustomAction.onClick |
Properties
icon
icon: string
Optional
Icon of the custom action.
id
id: string
ID of the custom action.
label
label: string
Label of the custom action.
onClick
onClick: (args: any[] ) : void
(args: any[] ) : void
Callback function that will be triggered when the custom action is clicked.
Function Parameters
args:::
- args: any[]
Returns
void